home *** CD-ROM | disk | FTP | other *** search
/ FM Towns: Free Software Collection 7 / FM Towns Free Software Collection 7.iso / taropyon / guilib3 / inc / fswild.h < prev    next >
C/C++ Source or Header  |  1993-11-30  |  302b  |  13 lines

  1. /*    :*****************************************************************
  2.     :    "fswild.h"
  3.     :*****************************************************************
  4. */
  5. #ifndef    _FSWILD_H
  6. #define    _FSWILD_H
  7.  
  8. int        FS_wildSet(const char *s);
  9. int        FS_wildMatch(const char *s);
  10. void    FS_wildFree(void);
  11.  
  12. #endif
  13.